html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,
a:active,
a:focus {
	color: #e87518;
	text-decoration: none;
	outline: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

.cop_a {
	color: #676767;
}

.cop_a a {
	color: #676767 !important;

}

.taglist {
	color: #333;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}
.taglist a {
    font-weight: normal;
    color: #666;
    padding: 7px 20px;
    margin-right: 10px;
    display: inline-block;
    background: #fafafa;
    margin-bottom: 10px;
}
.article_content_img{
	width: 450px;
	height: 300px;
	margin: 0 auto;
}
.article_content_img img{
	width: 450px;
	height: 250px;
}